toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.callback
/
[jvm]BeforeSendUploadDataCallback
/
Response
Response
public
interface
Response
A response for
BeforeSendUploadDataCallback
.
Members
Functions
override
Link copied to clipboard
public
static
BeforeSendUploadDataCallback.Response
override
(
ByteData
byteData
)
public
static
BeforeSendUploadDataCallback.Response
override
(
FormData
formData
)
public
static
BeforeSendUploadDataCallback.Response
override
(
MultipartFormData
multipartFormData
)
public
static
BeforeSendUploadDataCallback.Response
override
(
TextData
textData
)
Notifies the engine that the upload data in the URL request should be replaced with the given one.
proceed
Link copied to clipboard
public
static
BeforeSendUploadDataCallback.Response
proceed
(
)
Notifies the engine that the URL request should continue without modifying its upload data.